From: Richard M. Stallman Date: Wed, 24 Jul 2002 16:00:32 +0000 (+0000) Subject: Don't print anything special about gamedir. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~31394 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5a4f9183a322bceb6e395a43ed882b136177629a;p=emacs.git Don't print anything special about gamedir. --- diff --git a/configure.in b/configure.in index adc1c20dd2d..58b0d96cc8d 100644 --- a/configure.in +++ b/configure.in @@ -41,9 +41,6 @@ docdir='${datadir}/emacs/${version}/etc' gamedir='${localstatedir}/games/emacs' gameuser=games -AC_ARG_WITH(game-user, -[ --with-game-user use specified user for game directory], - [gameuser="$withval"]) AC_ARG_WITH(gcc, [ --without-gcc don't use GCC to compile Emacs if GCC is found]) @@ -2611,7 +2608,6 @@ Configured for \`${canonical}'. Should Emacs use mmap(2) for buffer allocation? $use_mmap_for_buffers What window system should Emacs use? ${window_system} What toolkit should Emacs use? ${USE_X_TOOLKIT} - Should Emacs use a shared game state directory? ${gamedir}" if test -n "${x_includes}"; then echo " Where do we find X Windows header files? ${x_includes}"